home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Rednex / REDNEX.DIR / 00044.ls < prev    next >
Encoding:
Text File  |  1995-08-21  |  301 b   |  18 lines

  1. on exitFrame
  2.   if the mouseCast = 65 then
  3.     cursor([49, 50])
  4.   end if
  5.   if the mouseCast = 67 then
  6.     cursor([49, 50])
  7.   end if
  8.   if the mouseCast = 63 then
  9.     cursor([49, 50])
  10.   end if
  11.   if the mouseCast = 66 then
  12.     cursor([49, 50])
  13.   end if
  14.   updateStage()
  15.   go(the frame)
  16.   updateStage()
  17. end
  18.